/// Returns a tuple with the directory and name of the hard link we expect
/// our target to be copied to. Eg, file_stem may be out_dir/deps/foo-abcdef
/// and link_stem would be out_dir/foo
- /// This function returns it in two parts so the caller can add prefix/suffis
+ /// This function returns it in two parts so the caller can add prefix/suffix
/// to filename separately
/// Returns an Option because in some cases we don't want to link
let kind = unit.kind;
let json_messages = cx.build_config.json_messages;
- // Check to see if the build script as already run, and if it has keep
+ // Check to see if the build script has already run, and if it has keep
// track of whether it has told us about some explicit dependencies
let prev_output = BuildOutput::parse_file(&output_file, &pkg_name).ok();
let rerun_if_changed = match prev_output {